home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
disk
/
cdrom
/
mcdp1303.lha
/
ManageCDPics1.303
/
MakeNewDatabase
< prev
next >
Wrap
Text File
|
1995-06-01
|
1KB
|
25 lines
.bra {
.ket }
Version >NIL: exec.library 39
If NOT WARN
Assign MCDP: ""
RequestChoice >NIL: "Making a new Database:" "First select the directory to scan." "OK"
RequestFile >ENV:MCDPDir DRAWER "RAM:" TITLE "Select Dir:" DRAWERSONLY
RequestChoice >NIL: "Making a new Database:" "Now select a name for the database." "OK"
RequestFile >ENV:MCDPFile DRAWER "MCDP:CDS" TITLE "Enter Filename:"
CD $MCDPDir
Execute MCDP:Script.1 $MCDPFile
CD MCDP:
Assign MCDP:
Delete >NIL: ENV:MCDP#?
RequestChoice >NIL: "Making a new Database:" "No you may add your comments, and change some entries." "OK"
Else
Echo "You need at least OS3.0 to use this script, please go to shell and do everything by hand:"
Echo "1. Assign MCDP: to the directory where the program is located"
Echo "2. CD the directory you want to scan"
Echo "3. Execute MCDP:Script.1 MCDP:CDS/<filename> where filename my be the freely chosen"
Echo "4. Wait until its finished, and Unassign MCDP:"
EndIf